CalendarView for WinForms
Transpose(Matrix<T>) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Matrix<T> クラス > Transpose メソッド : Transpose(Matrix<T>) メソッド
A Matrix indicates the operand.
Defines the transpose operator for Matrix class.
シンタックス
'宣言
 
Public Overloads Shared Function Transpose( _
   ByVal value As Matrix(Of T) _
) As Matrix(Of T)
public static Matrix<T> Transpose( 
   Matrix<T> value
)

パラメータ

value
A Matrix indicates the operand.

戻り値の型

A Matrix indicates the transpose operation result of operand.
参照

Matrix<T> クラス
Matrix<T> メンバ
オーバーロード一覧